Search
BinaryContext.WriteRectangle Method
See Also
 






Writes the specified Rectangle object to the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void WriteRectangle (
    Nullable<Rectangle> value
)

Visual Basic  Copy Code

Public Sub WriteRectangle( _
    value As Nullable(Of Rectangle) _
)

 Parameters

value

The Rectangle object to write.

 See Also